encoding/json.decodeState.arrayInterface (method)

3 uses

	encoding/json (current package)
		decode.go#L521: 			ai := d.arrayInterface()
		decode.go#L1026: 		val = d.arrayInterface()
		decode.go#L1038: func (d *decodeState) arrayInterface() []any {